ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _SankeyPlotView<TOwnerView,TPlotDefinition,TNodeView,TFlowView> Class / _nodeViews Property

In This Topic
    _nodeViews Property (_SankeyPlotView<TOwnerView,TPlotDefinition,TNodeView,TFlowView>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property _nodeViews As List(Of TNodeView)
    public List<TNodeView> _nodeViews {get;}
    See Also